body {
      height: 100%;
      margin: 0;
    }

h1  {
      margin-top: 1px;
      font-family: Brush Script MT;
      text-align: center;
      font-size: 150px;
      min-width: 50%;
      margin-left: auto;
      margin-right: auto;

       }

h2 {
  margin-top:auto;
  margin-bottom:auto;
  font-family: Courier New;
  font-size: 20px;
  text-align: center;
  color: black;
}
.Monday
    {
      background-image: url('background_1.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
.Tuesday
    {
      background-image: url('background_2.jpeg');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
.Wednesday
    {
      background-image: url('background_3.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
      
    }
.Thursday
    {
      background-image: url('background_4.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
.Friday
    {
      background-image: url('background_5.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
.Saturday
    {
      background-image: url('background_6.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
.Sunday
    {
      background-image: url('background_7.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
